github.com/andybalholm/brotli.hasherHandle.Store (method)

5 uses

	github.com/andybalholm/brotli (current package)
		backward_references.go#L165: 						hasher.Store(ringbuffer, ringbuffer_mask, position)
		backward_references.go#L172: 						hasher.Store(ringbuffer, ringbuffer_mask, position)
		hash.go#L29: 	Store(data []byte, mask uint, ix uint)
		hash_composite.go#L71: 	h.ha.Store(data, mask, ix)
		hash_composite.go#L72: 	h.hb.Store(data, mask, ix)